• This developer was debugging late at night because a critical bug emerged in their project just hours before a crucial demo. Faced with over 100 commits to sift through, they used git bisect, which uses binary search, to find the commit that introduced the bug. They saved themselves hours of pain by knowing that git bisect exists and also knowing how to use git bisect properly.

    Thursday, September 12, 2024